FrameDocumentLoadFinished

public interface FrameDocumentLoadFinished implements NavigationEvent

An event indicating that the document loading in the given frame has been finished. At this point, deferred scripts were executed, and content scripts marked "document_end" get injected into the frame.

Functions

Link copied to clipboard
public Frame frame()
Returns the Frame instance which document has been loaded.
Link copied to clipboard
Returns the Navigation instance initiated this event.